Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / Item Property
The zero-based index of the element to get or set.

In This Topic
    Item Property (BaseStorage<T,TMappingCollection>)
    In This Topic
    Gets or sets the list element at the specified index.
    Syntax
    'Declaration
     
    
    Public Overridable Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public virtual object this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the element to get or set.
    See Also